docs: separate suffix from type
authorWilliam Jon McCann <william.jon.mccann@gmail.com>
Tue, 21 Jan 2014 22:52:13 +0000 (17:52 -0500)
committerWilliam Jon McCann <william.jon.mccann@gmail.com>
Tue, 21 Jan 2014 23:57:40 +0000 (18:57 -0500)
docs/reference/gtk/migrating-GtkStyleContext.xml

index 6ef11c549e4a446beaf8215b4a033b9b847d686a..50a1b77d7fd050fc58b37704610b660274d5ec52 100644 (file)
     </para>
 
     <para>
-      The detail string available in #GtkStyle-based engines has been
+      The detail string available in #GtkStyle<!-- -->-based engines has been
       replaced by widget regions and style classes. Regions are a way for
       complex widgets to associate different styles with different areas,
       such as even and odd rows in a treeview. Style classes allow sharing
     <title>Extending the CSS parser</title>
 
     <para>
-      In #GtkStyle-based engines, #GtkRCStyle provided ways to extend the
+      In #GtkStyle<!-- -->-based engines, #GtkRCStyle provided ways to extend the
       gtkrc parser with engine-specific extensions. This has been replaced
       by gtk_theming_engine_register_property(), which lets a theme engine
       register new properties with an arbitrary type. While there is built-in